SyMachine 
Logical Entity Name  SyMachine 
Default Table Name  SyMachine 
Physical Only  NO 
Definition 
 
Note 
 

SyMachine Columns 
ColumnName  Domain  Datatype  NULL  Definition 
mac_uid(PK)    int  NO 
 
mac_ip    varchar(50)  NO 
 
mac_name    varchar(30)  NO 
 
mac_date    datetime  NO 
 
mac_product    varchar(30)  NO 
 
mac_data    text  YES 
 
mac_version    varchar(50)  YES 
 
mac_status    tinyint  NO 
 
mac_online    bit  NO 
 
mac_online_timestamp    datetime  NO 
 
mac_last_ping_timestamp    datetime  NO 
 
mac_hostname    varchar(255)  YES 
 
ts    timestamp  NO 
 

SyMachine Primary and Unique Keys 
Key Name  Key Type  Keys 
IX_SyMachine_IP_Product  Index  mac_ip, mac_product 
PK_SyMachine  PrimaryKey  mac_uid 

SyMachine Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyMachine Check Constraints 
Check Constraint Name  CheckConstraint